div {
	height: 120px;
	width: 120px;
	margin-left: 50px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	background-color: #F2F1EE;
	border: 1px solid #000;
}

h1{
	font-size: 40px;
	text-align: center;
	border: limegreen 20px solid;

}

body{
	background-color: orchid;
}
p{
	font-size: 30px;
	font-family: "Bitcount Single", system-ui;
	text-align: center;
	 font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;

}
.modA {
	border-radius: 24px;
}

.modA2{
	border-radius: 24px;
	border: 4px solid#000;
}
.modB {
	border-top-left-radius: 24px;
}
.modB2{
	border-top-left-radius:24px ;
	border: 4px darkred solid;
}
.modC {
	border-radius: 24px 0;
}

.modC2{ border-radius: 24px 0;
	border: 4px seagreen solid;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;

}
.modD {
	border-radius: 36px 12px;
}
.modD2 {
	border-radius: 36px 12px;
	border: 6px orangered solid	;
	background-color: lightgoldenrodyellow;
}
.modE {
	border-top-right-radius: 50px 30px;
}
.modE2 {
	border: 6px black solid;
	border-top-right-radius: 50px 30px;
	border-top-left-radius: 30px 50px;
}
.modF {
	border-bottom-right-radius: 50px 30px;
}
.modF2 {
	border: 15px coral solid;
	border-bottom-right-radius: 50px 30px;
	border-radius: 30px;
	border-block: 15px;
}
.modG {
	border-radius: 50%;
}
.modG2 {
	border-inline: 30px darkgoldenrod solid;
	border-radius: 75%;
}

.modH {
	border-radius: 50% 50% 0 0;
}
.modH2 {
	border: 45px moccasin solid;
	border-radius: 50% 50% 0 0;
	border-top-color: lawngreen;
	text-align: center;
	background-color: honeydew;
	color: firebrick;
}
.modI {
	border-radius: 0 20px 20px 0;
}
.modI2 {
	border-radius: 0 20px 20px 0;
	background-color: lightgoldenrodyellow;
	border-inline: 50px;
	border: 100px indianred solid;
	border-image-outset: ;

}
.modJ2 {
	border-radius: 20px 0 0 20px;
}
.modJ2 {
	border-radius: 30px 0 0 15px;
	background-image: url("https://static0.givemesportimages.com/wordpress/wp-content/uploads/2023/05/mini_up3_20200105_fcb_vis_view_1a_empty.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-top-right-radius: 250% 90%;
	border: dodgerblue 35px solid;
}
.modK {
	border-radius:  0 50% 0 50%;
}
.modK2 {
	border-radius:  0 50% 0 50%;
	border: lightskyblue 45px solid;
	border-top-left-radius: 126% 76%;
		background-image: url("https://th.bing.com/th/id/R.37035620df9bd569214e6f87216d748c?rik=uIc74TCk4AhLfg&riu=http%3a%2f%2fwallpapercave.com%2fwp%2fLrKDnGG.png&ehk=O5RiNu2R%2f0fTaAQy%2bljbkFaFVUTimR%2fBA6MrrPCBjAg%3d&risl=&pid=ImgRaw&r=0");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.modL {
	border-top-left-radius: 50% 20%;
	border-top-right-radius: 50% 20%;
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;
}
.modL2 {
	border-top-left-radius: 50% 20%;
	border-top-right-radius: 50% 20%;
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;

	border-left: 20px honeydew solid;
	border-radius: 100% 90% 35% 150%;
	border: limegreen 30px solid;
}
